OpenRoads Designer CONNECT Edition SDK Help

PointSelectionOption Enumeration

Defines profiled element point selection used in rules. Ported from Bentley.CifNET.GeometryModel (src.cs)

Definition

Namespace: Bentley.CifNET.LinearGeometry Assembly: Bentley.CifNET.LinearGeometry.4.0 (in Bentley.CifNET.LinearGeometry.4.0.dll) Version: 1.0.0.0 (99.99.99.99)

C#

public enum PointSelectionOption

Members

All 1 All the points.
Vertices 2 Vertices only.
Ends 3 End points only.
Centroid 4 To the centroid.

See Also